VisualConfig

Overview

The configuration for your Custom Visual. Change the configuration so the custom visual will fit best for your design.

cvApi2.setConfig({'waitForCompleteNotify': true})
  • From version: 2020.20

Properties

waitForCompleteNotify

waitForCompleteNotify: boolean

Indicates whether a notification is required once the visual is done rendering Some services need to know when the render process is done for their process to work correctly. If "waitForCompleteNotify" is true, the services will wait untill you will notify them that the visual is done rendering.

cvApi2.setConfig({'waitForCompleteNotify': true})